Skip to main content
Version: 25.10 (Latest)

Edge Installation on macOS (Self‑hosted)

  • Requires Cyberhaven MDM profile Cyberhaven.mobileconfig version 2.0.6.
  • The MDM profile force‑installs the extension and sets an override update URL (local update service).
  • No user action is required beyond deploying the MDM profile.

Example payload (self‑hosted):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Edge</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>ExtensionSettings</key>
<dict>
<key>hbicflpnhfmdndpibdegbnkkpngjbhfh</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://localhost:10584/api/update</string>
<key>override_update_url</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
</dict>
</plist>

After deployment, allow a few minutes for Edge to refresh policies. To force a refresh, visit edge://policy and click Reload Policies.